InternalAdd Method (MapCollectionBase<T>)
In This Topic
Internal used only. Adds an existing item to the collection.
Syntax
'Declaration
Protected Sub InternalAdd( _
ByVal As _
)
protected void InternalAdd(
)
Parameters
- item
- The item to add.
See Also